OCLOperators concat

concat ( s : String ) : String

Returns a string containing self followed by *s*.

Expression Result
'concat'.concat(' ').concat('operation') 'concat operation'
This page was edited 62 days ago on 01/20/2025. What links here